WaveAnimationSpecs

data class WaveAnimationSpecs(val waveHeightAnimationSpec: AnimationSpec<Float>)

Custom animation configurations for various properties of the wave.

Parameters

waveHeightAnimationSpec

used for changes in wave height.

Constructors

Link copied to clipboard
constructor(waveHeightAnimationSpec: AnimationSpec<Float>)

Properties